home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / www / ludzie / txf / progs / fastvbr.lha / FastVBR / FastVBR.doc < prev    next >
Text File  |  1997-01-14  |  2KB  |  68 lines

  1.  
  2.  
  3.                               FastVBR v2.5
  4.                            Public Domain 1996
  5.  
  6.  
  7.     Purpose of FastVBR is to move Motorola 68010+ processor vector
  8. table to FAST memory. This may cause faster system operating, especially
  9. when performing exception-based tasks (e.g. serial transfer), because
  10. the processor has faster access to interrupt handling routines'
  11. addresses.
  12.     FastVBR is heavily based on the source of Michal and Piotr
  13. Kolodziejczykowie, published in Magazyn Amiga nr 5/96. My main change is
  14. allowing vector base to be moved back to CHIP ($00000000), which is
  15. needed by some games (helpful when you enable it by default, and there
  16. is a need to disable it later).
  17.  
  18.     Requirements: 68010 or better
  19.  
  20.     Examples of use:
  21.  
  22.     FastVBR        ;move vector table to FAST RAM
  23.     FastVBR s    ;(s as in slow) move it back to CHIP
  24.     FastVBR c    ;(c as in chip) like the previous one
  25.     FastVBR x    ;change memory type.
  26.  
  27.     Changing memory type means moving to FAST, if in CHIP and vice
  28. versa (weird, I know).
  29.     In above examples, when moving back to CHIP, memory used
  30. previously by the table isn't freed. To free it, type in:
  31.  
  32.     FastVBR S    ;or
  33.     FastVBR C    ;or
  34.     FastVBR X    ;
  35.  
  36.  
  37.     WARNING: Freeing should be used only if only when VBR was moved
  38. to FAST by this proggy (or other one allocating 512 bytes with AllocMem).
  39.  
  40.     When not succeded, proggy returns code 5 (WARN), so the batch
  41. file (usually Startup-Sequence) is not interrupted.
  42.     FastVBR may be run from Workbench.
  43.  
  44.  
  45. E-mail:
  46.     tadek@student.uci.agh.edu.pl
  47.  
  48. Snail-mail:
  49.  
  50.     Tadek Knapik
  51.     ul. Duza Gora 35/88
  52.     30-857 Cracow
  53.     Poland
  54.  
  55. Phone:
  56.     (0-12) 57-86-14
  57.  
  58.  
  59. ----------
  60.  
  61.     If you like mottos, here's mine:
  62.  
  63.  "Be yourself, no matter what they say" - Sting
  64.  
  65. ----------
  66.  
  67.  
  68.